drawFormXObject(PDFFormXObject,double,double,double,double,double,PDFFlipDirection) Method
In This Topic
Draws the specified at the specified location and with the specified size.
Syntax
Parameters
- formXObject
- to draw.
- x
- The x-coordinate of the upper-left corner of the drawn form XObject.
- y
- The y-coordinate of the upper-left corner of the drawn form XObject.
- width
- Width of the drawn form XObject.
- height
- Height of the drawn form XObject.
- rotation
- Rotation angle of the drawn form XObject.
- flipDirection
- Direction for flipping the drawn form XObject.
Exceptions
| Exception | Description |
| java.lang.IllegalArgumentException | When formXObject is null or width is 0 or height is 0. |
See Also